home *** CD-ROM | disk | FTP | other *** search
/ Aminet 48 / Aminet 48 (2002)(GTI - Schatztruhe)[!][Apr 2002].iso / Aminet / dev / lang / pilot.lha / pilot / source / pilot.prj < prev   
Encoding:
Text File  |  2001-07-17  |  711 b   |  37 lines

  1. ;****************************************************************
  2. ;*  pilot.prj
  3. ;*            Project file for Pilot Atari (TOS)
  4. ;*
  5. ;*  17.07.2001  Matthias Jaap    Porting
  6. ;****************************************************************
  7. ;
  8. ;  (c)1985 Dave Taylor
  9. ;  (c)2001 Matthias Jaap
  10. ;****************************************************************
  11.  
  12. pilot.tos
  13.  
  14. ;while developing switch on following options in the Pure shell:
  15. ;Compiler    -Y -T
  16. ;Assembler    -Y
  17. ;Linker        -G -L -Y
  18.  
  19. .C    [-A -M -P]
  20. .S    []
  21. .L    [-S=10240]
  22.  
  23. =
  24.  
  25. PCSTART.O
  26.  
  27. pilot.c
  28.  
  29. PCFLTLIB.LIB
  30. PCSTDLIB.LIB
  31. PCGEMLIB.LIB
  32. PCLNALIB.LIB
  33. PCTOSLIB.LIB
  34. PCEXTLIB.LIB
  35.  
  36. ;****************************************************************
  37.